github.com/klauspost/compress/flate.decompressor.toRead (field)
29 uses
github.com/klauspost/compress/flate (current package)
inflate.go#L330: toRead []byte
inflate.go#L399: if len(f.toRead) > 0 {
inflate.go#L400: n := copy(b, f.toRead)
inflate.go#L401: f.toRead = f.toRead[n:]
inflate.go#L402: if len(f.toRead) == 0 {
inflate.go#L413: if f.err != nil && len(f.toRead) == 0 {
inflate.go#L414: f.toRead = f.dict.readFlush() // Flush what's left in case of error
inflate.go#L424: if len(f.toRead) > 0 {
inflate.go#L425: n, err := w.Write(f.toRead)
inflate.go#L431: if n != len(f.toRead) {
inflate.go#L434: f.toRead = f.toRead[:0]
inflate.go#L445: if len(f.toRead) == 0 && f.err != nil && !flushed {
inflate.go#L446: f.toRead = f.dict.readFlush() // Flush what's left in case of error
inflate.go#L637: f.toRead = f.dict.readFlush()
inflate.go#L666: f.toRead = f.dict.readFlush()
inflate.go#L676: f.toRead = f.dict.readFlush()
inflate.go#L681: f.toRead = f.dict.readFlush()
inflate_gen.go#L87: f.toRead = dict.readFlush()
inflate_gen.go#L253: f.toRead = dict.readFlush()
inflate_gen.go#L338: f.toRead = dict.readFlush()
inflate_gen.go#L504: f.toRead = dict.readFlush()
inflate_gen.go#L589: f.toRead = dict.readFlush()
inflate_gen.go#L755: f.toRead = dict.readFlush()
inflate_gen.go#L840: f.toRead = dict.readFlush()
inflate_gen.go#L1006: f.toRead = dict.readFlush()
inflate_gen.go#L1091: f.toRead = dict.readFlush()
inflate_gen.go#L1257: f.toRead = dict.readFlush()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |